How to // Comment
Generate ssh auto connection // Générer une connexion automatique ssh

Ubuntu

[Ubuntu] Generate ssh auto connection



0. Generate ssh key
  • ssh-keygen -t rsa -b 2048
1. Send it to the server to allow it
  • ssh-copy-id _USER_@_IP_
  • _PASSWORD_
2. Connect yourself without password
  • ssh _USER_@_IP_


How to

[How to] Générer une connexion automatique ssh



0. Générer une clé ssh
  • ssh-keygen -t rsa -b 2048
1. Envoyez-le au serveur pour l'autoriser
  • ssh-copy-id _USER_@_IP_
  • _MOT_DE_PASSE_
2. Connectez-vous sans mot de passe
  • ssh _USER_@_IP_